projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a1997
)
(redisplay_internal) <update one window>: Make sure
author
Gerd Moellmann
<gerd@gnu.org>
Sun, 25 Mar 2001 12:00:44 +0000
(12:00 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sun, 25 Mar 2001 12:00:44 +0000
(12:00 +0000)
last_arrow_position and last_arrow_string are set.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f467ef9671d3b9566e47d86cba8d70245c5c1ffa..b40d944b30fa76881b689020090234a7584ca087 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-8717,6
+8717,10
@@
redisplay_internal (preserve_echo_area)
/* This has already been done above if
consider_all_windows_p is set. */
mark_window_display_accurate_1 (w, 1);
+
+ last_arrow_position = COERCE_MARKER (Voverlay_arrow_position);
+ last_arrow_string = Voverlay_arrow_string;
+
if (frame_up_to_date_hook != 0)
frame_up_to_date_hook (sf);
}